/* .header_tips{
  height: 100px;
  padding-top: 40px;
}

.header_tips_left{
  vertical-align: top;
}

.header_tips_logo{
  height: 45px;
}
.header_tips_shares{
  display: inline-block;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  width: 200px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ccc;
  margin-left: 20px;
}

.header_tips_service{
  height: 48px;
  line-height: 48px;
  width: 200px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
}

.header_container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 70px;
}
.header_menu{  
  line-height: 70px;
  height: 70px;
  width: 220px;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #030f4c;
  text-align: center;
}
.header_menu_main{
  font-size: 18px;
}
.header_menu_la{
  margin-top: 24px;
  margin-left: 10px;
  vertical-align: top;
  height: 22px;
}

.nav_ul{
  height: 70px;
  margin-left: 20px;
}
.nav_li{
  position: relative;
  float: left;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
}
.nav_a{
  font-size: 16px;
  color: #333;
}
.nav_start{
  position: absolute;
  left: 82px;
  top: -6px;
  color: #f5cb63;
  font-size: 20px;
}
.nav_arrow{
  width: 16px;
  vertical-align: top;
  margin-top: 29px;
  margin-left: -2px;
}


.header_menu_ul{
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  height: 400px;
  z-index: 10;
  background-color: rgba(3,15,76,.9);
}
.header_menu_li{
  height: 38px;
  width: 220px;
}
.header_menu_li:hover .header_menu_course{
  font-size: 15px;
}
.header_menu_a{
  text-align: start;
  height: 100%;
  width: 185px;
  
  display: inline-block;
  padding-left: 35px;
}
.header_menu_icon{
  width: 20px;
  margin-top: 10px;
}
.header_menu_course{
  margin-left: 10px;
  color: #fff;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.2s;
} */
.header_menu_index{  
  line-height: 70px;
  height: 70px;
  width: 220px;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #030f4c;
  text-align: center;
}

*{
  box-sizing: border-box;
}
.BMap_bubble_content{
  font-size: 14px !important
}
.first_nav{
  color: #4784f9 !important;  
}

.banner_container{
  height: 450px;
  position: relative;
}
.course_menu{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 450px;
}  
.banner_img{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.banner_a{
  cursor: auto	;
}

.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-container:hover .banner_arrow_prev{
  display: block;
}
.swiper-container:hover .banner_arrow_next{
  display: block;
}

.banner_arrow_prev{
  display: none;
  position: absolute;
  top: 195px;
  left: 50%;
  margin-left: -360px;
  z-index: 999;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.banner_arrow_prev_img{
  height: 40px;
  width: 40px;
}

.banner_arrow_next{
  display: none;
  position: absolute;
  top: 195px;
  right: 25%;
  /* margin-right: -360px; */
  z-index: 999;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.banner_arrow_next_img{
  height: 40px;
  width: 40px;
}


/* ---------- */
/* .tag_ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.tag_li{
  position: relative;
  width: 222px;
  height: 144px;
  border-radius: 8px;
  background-color: #f8f6ff;
  cursor: pointer;
}
.tag_li:hover{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tag__top{
  position: absolute;
  width: 8px;
  height: 4px;
  top: 0;
  right: 0;
  background-color: #fff;
}
.tag__left{
  position: absolute;
  width: 4px;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.tag_content{
  position: absolute;
  width: 216px;
  height: 138px;
  left: 0;
  top: 0;
  padding-top: 33px;
  padding-left: 25px;
  border-radius: 8px;
  border: 4px solid #fff;
  background-color: #f8f6ff;
}
.tag_xin{
  color: #4788f9;
  margin-bottom: 4px;
  margin-left: -7px;
}
.tag_type{
  font-size: 18px;
}
.tag_dec{
  font-size: 14px;
  color: #888;
}
.tag_img{
  position: absolute;
  right: 12px;
  top: 24px;
  height: 45px;
} */

/* --------------------- */

.qanda{
  background-color: #0071ff;
  border-top: 1px solid #fff;
  height: 87px;
  width: 100%;
}
.qanda_item{
  width: 20%;
  height: 86px;
  padding-top: 13px;
  cursor: pointer;
}
.qanda_item:hover{
  background-color: rgba(0, 133,255, 0.6);
}
.qanda_wrap{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.qanda_item+.qanda_item{
  border-left: 2px solid rgba(0, 133,255, 0.7);
}
.qanda_icon{
  /* vertical-align: middle; */
}
.qanda_txt{
  font-size: 18px;
  margin-left: 9px;
  color: #fff;
  /* vertical-align: middle; */
}
.qanda_extra{
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 18px;
  color: #fff;
}

/* --------------------- */
.course_main{
  background-color: #fff;
}
.course{
  padding: 77px 0 76px;
}
.course_container{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.course_left{
  display: block;
  width: 242.5px;
  height: 390px;
  border-radius: 8px;
  overflow: hidden;
}
.course_content{
  height: 390px;
  width: 734px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.course_ul{
  width: 100%;
  height: 70px;
}
.course_li{
  height: 100%;
  float: left;
  width: 20%;
  line-height: 70px;
  background-color: #1038d3;
  font-size: 14px;
  color: #b4c6da;
  text-align: center;
  position: relative;
}
.course_arrow_up{
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0;
  width: 0;
  border-width: 0 15px 9px;
  border-style:solid;
  border-color:transparent ;
  margin-left: -15px;
}
.course_content_wrap{
  padding-top: 12px;
  margin-left: 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #eee;
  border-top-width: 0;
  height: 320px;
  width: 733px;
  background-color: #fafafa;
  overflow: hidden;
}
.course_content_left{
  /* width: 388px; */
  width: 27%;
  height: 100%;
  overflow: hidden;
}
.course_content_title{
  font-size: 17px;
  padding-left: 18px;
  font-weight: 700;
}
.course_content_line{
  height: 2px;
  width: 35px;
  margin-left: 18px;
  margin-top: 3px;
  background-color: #0772fe;
}
.course_content_img{
  width: 100%;
}
.course_content_job{
  height: 274px;
  width: 100%;
  padding-top: 22px;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #fafafa;
}
.course_content_job:nth-child(1){
  z-index: 3;
}
.course_content_job_container{
  position: relative;
  overflow: hidden;
  height: 274px;
  width: 100%;

}
.course_content_job_direction{
  margin: 5px auto 0;
  width: 175px;
  padding: 10px;
  /* height: 40px; */
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 3px 1px #eff4ff;
}
.course_content_job_down{
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px auto 0;
}
.course_content_right{
  height: 100%;
  width: 73%;
}
.course_content_ul{
  height: 274px;
  width: 100%;
  padding: 11px 22px 0 10px;
}
.course_content_li{
  height: 42px;
  width: 100%;
  /* padding: 0 30px; */
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  justify-content: space-between;
}
.course_content_li:hover{
  color: #4784f9;
}
.course_content_li_wrap{
  white-space: nowrap;
  width: 178px;
}
.course_content_address[data-id='1']{
  color: #1239cf
}
.course_content_address[data-id='2']{
  color:#ff7800
}
.course_content_address[data-id='3']{
  color: #1a9c05
}
.course_content_address[data-id='4']{
  color: #886511
}
.course_content_address[data-id='5']{
  color: #ff0000
}
.course_content_address[data-id='6']{
  color: #530381
}
.course_content_class{
  width: 156px;
  line-height: 13px;
  display: inline-block;
  font-size: 14px;
  margin-left: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_content_time{
  font-size: 13px;
}
.course_content_type{
  width: 90px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0 0 13px -1px #ccc;
}
.course_full{
  color: #fff;
  background-color: rgb(255,1,1);;
}
.course_content_hot{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 11px;
  top: 12px;
}

.course_appointment{
  color: #eee;
  background-color: #0772fe;
}
.course_right{
  height: 390px;
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.course_right_img{
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}

.project_container{
  height: 1070px;
  background: #fff url('https://www.gec-edu.org/Public/newimages/home/project_bg.jpg') no-repeat 0 0;
  background-size: 100% 265px;
}
.project_header{
  width: 100%;
  position: relative;
}
.project_title{
  width: 540px;
  padding-top: 42px;
  padding-left: 15px;
}
.project_title_txt{
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}
.project_title_dec{
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
}
.project_type{
  padding-right: 15px;
  padding-top: 79px;
  width: 660px;
}
.project_type_item{
  float: left;
  width: 126px;
  font-size: 19px;
  font-weight: 600;
  height: 54px;
  line-height: 54px;
  color: #fff;
  text-align: center;
}
/* .project_type_item:nth-child(1){
  background-color: #fff;
  color: #ff6819;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow:-5px -5px 10px  -4px #666,5px -5px 10px -4px  #666;
  font-size: 23px;
} */
li.project_type_item_active{
  background-color: #fff;
  color: #ff6819;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow:-5px -5px 10px  -4px #666,5px -5px 10px -4px  #666;
  font-size: 23px;
}
.project_type_container{
  width: 1220px;
  height: 425px;
  position: absolute;
  top: 130px;
  left: -10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
}
.project_type_wrap:nth-child(1){
  z-index: 10;
}
.project_type_wrap{
  width: 1200px;
  height: 415px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background-color: #fff;
}
.project_type_left{
  height: 100%;
  width: 580px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.project_type_img{
  width: 100%;
  height: 100%;
}
.project_type_a:hover .project_type_start{
  opacity: 1;
}
.project_type_start{
  position: absolute;
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 10;
  opacity: 0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
img.project_type_startB{
  height: 56px;
  width: 56px;
  margin-left: -28px;
  margin-top: -33px;
}
img.project_type_startC{
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -37px;
}
/* .project_type_a:hover .project_type_p{
  bottom: 0;
} */
.project_type_p{
  width: 100%;
  position: absolute;
  height: 36px;
  bottom: 0;
  left: 0;
  line-height: 36px;
  padding-left: 30px;
  color: rgba(255,255,255, 0.8);
  font-size: 15px;
  background-color: rgba(0,0,0,0.3);
  transition: bottom .4s;
  -webkit-transition: bottom .4s;
}
.project_type_right{
  width: 610px;
  height: 100%;
}
.project_type_one{
  height: 237px;
  width: 100%;
  float: left;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.project_type_two{
  float: left;
  width: 300px;
  height: 167px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.project_type_three{
  float: right;
  width: 300px;
  height: 167px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.project_type_cell{
  margin-top: 10px;
  height: 167px;
  width: 100%;
}

.project_seat{
  height: 425px;
}

.project_subtitle{
  height: 120px;
  padding: 50px 10px 0 30px;
}
.project_subtitle_txt{
  font-size: 30px;
  font-weight: 600;
}
.project_subtitle_more{
  font-size: 18px;
  color: #fff;
  height: 30px;
  padding: 0 24px;
  line-height: 30px;
  border-radius: 18px;
  background-color: #096efe;
}
.project_subtitle_more:hover{
  background-color:  rgba(9,110,254, 0.9);
  box-shadow: 0 0 4px rgba(9,110,254, 0.9);
}

.project_swiper{
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.project_swiper_item{
  display: block;
  height: 272px;
  width: 232px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.project_swiper_item:hover .project_swiper_wrap{
  background-color: rgba(9, 17, 55, 0.9);
}
.project_swiper_img{
  height: 100%;
  width: 100%;
}
.project_swiper_wrap{
  padding: 10px  0 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  color: #ddd;
  background-color: rgba(9, 17, 55, 0.7);
}
.project_swiper_name{
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project_swiper_cell{
  
}
.project_swiper_team{
  margin-top: 5px;
}
.project_swiper_member{
  font-size: 14px;
}
.project_swiper_member+.project_swiper_member{
  margin-left: 6px;
}
.project_swiper_type{
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 1px 3px;
  margin-top: 8px;
  color: #fff;
}
.project_swiper_type_A{
  background-color: #096efe;
}
.project_swiper_type_B{
  background-color: #f56609
}
.project_swiper_type_C{
  background-color: #5400ff
}
.project_swiper_type_D{
  background-color: #00af52
}
.project_swiper_type_E{
  background-color: #ff0000
}
.project_swiper:hover #project_swiper_pre{
  display: block;
}
.project_swiper:hover #project_swiper_next{
  display: block;
}
#project_swiper_pre{
  display: none;
  width: 32px;
  height: 58px;
  position: absolute;
  padding: 12px 0 0px 5px;
  left: 0;
  top: 107px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
}
.project_swiper_pre{
  width: 22px;
  height: 36px;
}
#project_swiper_next{
  display: none;
  width: 32px;
  height: 58px;
  position: absolute;
  padding: 12px 0 0px 7px;
  right: 0;
  top: 107px;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
}
.project_swiper_next{
  width: 22px;
  height: 36px;
}


.teacher{
  background-color: #f5f5f5;
  padding: 50px 0 100px;
}
.teacher_cell{
  height: 165px;
  width: 100%;
}
.teacher_cell_item{
  float: left;
  width: 25%;
  height: 100%;
  padding: 46px 0 0 80px;
}
.teacher_cell_title{
  font-size: 30px;
  font-weight: 700;
  color: #005ada
}
.teacher_cell_dec{
  font-size: 17px;
}

.teacher_member{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teacher_member_item{
  height: 160px;
  width: 138px;
  position: relative;
  margin: 11px 7.5px 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(183 197 211);
}

.teacher_member_img{
  width: 100%;
  height: 109px;
}
.teacher_member_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
  text-align: center;
  background-color: #e2e2e2;
  
}
.teacher_member_item:hover .teacher_member_wrap{
  background-color: #4784f9;
}
.teacher_member_item:hover .teacher_member_name{
  color: #fff;
}
.teacher_member_item:hover .teacher_member_duty{
  color: #fff;
}
.teacher_member_duty{
  font-size: 12px;
  height: 24px;
  color: #999;
  line-height: 24px;
}
.teacher_member_name{
  font-size: 13px;
}

.teacher_more{
  width: 200px;
  height: 50px;
  background-color: #005ada;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  display: block;
  margin: 77px auto 0;
  color: #fff;
  border-radius: 25px;
}
.teacher_more:hover{
  background-color:  rgba(0,90,218, 0.9);
  box-shadow: 0 0 4px rgba(0,90,218, 0.9);
}

.teacher_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
}
.teacher_ul_line{
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: #f6f6f6 ;
}
.teacher_li{
  height: 203px;
  width: 169px;
  position: relative;
  margin-top: 3px;
  background-color: #e5e5e5;
}
.teacher_img{
  height: 182px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.teacher_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 42px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4)
}
.teacher_li:hover .teacher_wrap{
  background-color: #4784f9;
}
.teacher_name{
  font-size: 14px;
  height: 19px;
  line-height: 24px;
  text-align: center;
}
.teacher_duty{
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  text-align: center;
}

.news{
  padding: 68px 0 110px;
  background-color: #fff;
}
.news_container{
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 0 9px 4px #eff4ff;
  border: 1px solid #fff;
  background-color: #f8faff;
}
.news_adv{
  margin-top: 38px;
  /* height: 507px; */
  height: 506px;
  width: 100%;
}

.news_banner{
  float: left;
  /* width: 915px; */
  width: 900px;
  /* height: 100%; */
  height: 506px;
  border-radius: 6px;
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
}
.news_mainarticle{
  width: 100%;
  height: 90px;
  position: absolute;
  padding: 10px 87px 0 10px;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}
.news_mainarticle_title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  /* text-indent:1.7em */
}
.news_mainarticle_dec{
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  height: 41px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: break-spaces;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  /* text-indent: 2.3em; */
  margin-top: 5px;
}
.news_mainarticle_todetail{
  position: absolute;
  right: 20px;
  /* background: #00af52; */
  background: #0bc562;
  line-height: 26px;
  height: 26px;
  bottom: 13px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}
.news_mainarticle_todetail:visited{
  color: #fff;
}
.news_mainarticle_todetail:hover{
  background: #14d66f;
}
.news_slide{
  float: right;
  width: 275px;
  height: 100%;
}
.news_slide_item{
  width: 100%;
  height: 162px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.news_slide_item+.news_slide_item{
  margin-top: 10px;
}
.news_slide_img{
  width: 100%;
  height: 100%;
}
.news_slide_txt{
  width: 100%;
  position: absolute;
  height: 38px;
  text-align: center;
  bottom: 0;
  left: 0;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.6);
}


.news_content{
  margin-top: 30px;
  
}
.news_content_line{
  width: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 65px;
  height: 290px;
}
.news_content_wrap{
  width: 50%;
  position: relative;
  padding-right: 25px;
}
.news_content_wrap_right{
  padding-left: 42px;
  float: right;
}
.news_content_cell{
  position: relative;
  height: 46px;
  padding-top: 10px;
}
.news_content_cell_title{
  font-size: 18px;
}
.news_content_cell_more{
  font-size: 14px;
  background-color: #0a89ff;
  text-align: center;
  margin-top: 6px;
  padding: 1px 7px;
  border-radius: 4px;
  display: block;
  color: #fff;
}
.news_content_cell_more:hover{
  background-color:  rgba(10,137,255, 0.9);
  box-shadow: 0 0 4px rgba(10,137,255, 0.9);
}
.news_content_cell_line{
  width: 71px;
  height: 3px;
  background-color: #0a89ff;
  position: absolute;
  left: 0;
  bottom:0;
}
.news_content_ul{
  margin-top: 14px;
  height: 300px;
}
.news_content_li{
  
}
.news_content_a{
  display: block;
  height: 30px;
  line-height: 30px;
}
.news_content_a:hover .news_content_p{
  color: #0a89ff;
}
.news_content_a:hover .news_content_date{
  color: #0a89ff;
}
.news_content_p{
  font-size: 14px;
  color: #000;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_content_date{
  font-size: 14px;
  color: #333;
}

.news_class{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.news_class_item{
  height: 154px;
  width: 235px;

}
.news_class_item_a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news_class_img{
  width: 100%;
  height: 100%;
  font-size: 0;
}
.news_class_name{
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #eee;
  z-index: 10;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7)
}


.student_container{
  padding-top: 60px;
  background-color: #efefef;
}
.student_content{
  height: 627px;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.student_ul:nth-child(1){
  z-index: 10;
}
.student_ul{
  height: 100%;
  width: 1225px;
  position: absolute;
  left: -25px;
  top: 0;
  z-index: 1;
  background-color: #efefef;
}
.student_li{
  margin-left: 25px;
  margin-bottom: 25px;

}
.student_a:hover{
  transform: translateY(-9px);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
}
.student_a{
  display: block;
  height: 300px;
  width: 281px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s;
}
.student_img{
  height: 100%;
  width: 100%;
}
.student_wrap{
  width: 100%;
  height: 83px;
  padding: 18px 0 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #eee;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8)
}
.student_name{
  font-size: 18px;
}
.student_type{
  font-size: 14px;
  margin-left: 4px;
  
}
.student_company{
  font-size: 14px;
  margin-top: 4px;
}
.student_dot_container{
  margin-top: 45px;
  text-align: center;
  height: 51px;
}
.student_dot{
  display: inline-block;
  padding: 10px 30px;
  background-color: #d2d2d2;
  border-radius: 20px;
}
.student_dot_item{
  cursor: pointer;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  display: inline-block;
  background-color: #eee;
}
.student_dot_item:nth-child(1){
  background-color: #345eff;
}
.student_dot_item+.student_dot_item{
  margin-left: 5px;
}


.company{
  background-color: #efefef;
  padding: 40px 0 105px
}
.company_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 18px;
}
.company_wrap_li{
  margin-top: 18px;
  width: 294px;
  height: 150px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.company_wrap_img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.company_wrap_li:hover .company_wrap_img{
  transform: scale(1.1);
}
/* .company_wrap_li:hover .company_wrap_title{
  transform: translateY(-40px);
} */
.company_wrap_msk{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 150px;
  left: 0;
  color: #ddd;
  z-index: 10;
  padding-top: 110px;
  transition: transform 0.3s;
  background-color: rgba(0, 0, 0, 0.4)
}
.company_wrap_title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7)
}
.company_all{
  width: 100%;
  margin-top: 46px;
  padding: 50px 20px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.company_all_img{
  width: 100%;
  display: block;
}

.product{
  padding: 55px 0 110px;
  background-color: #fff;
}
.product_tips{
  margin-top: 50px;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product_tips_li:hover{
  background-color: rgba(26,128,255, 0.9);
  box-shadow: 0 0 5px rgba(26,128,255, 0.9);
}
.product_tips_li:hover .product_tips_single{
  color: rgba(26,128,255, 0.9);
}
.product_tips_li{
  width: 228px;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 6px;

  background-color: #1a80ff;
}
.product_tips_single{
  height: 60px;
  width: 60px;
  font-size: 48px;
  background-color: #fff;
  line-height: 60px;
  color: #1a80ff;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
}
.product_tips_cell{
  margin-left: 13px;
}
.product_tips_num{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.product_tips_txt{
  font-size: 18px;
  color: rgba(255,255,255,0.6);
}

.product_content{
  position: relative;
  height: 580px;
  width: 100%;
  margin-top: 20px;
}
.product_content_item{
  height: 282px;
  width: 590px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.product_content_img{
  height: 100%;
  width: 100%;
}
.product_content_wrap{
  height: 88px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 12px 0 0 28px;
  color: rgba(255,255,255,0.6);
  background-color: rgba(0,0,0,0.7);
}
.product_content_wrapB{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 12px 28px 0 0;
  text-align: right;
}
.product_content_item:hover .product_content_wrap{
  color: #fff;
  background-color: #ff7800;
}
.product_content_item:hover .product_content_line{
  background-color: #fff;
}
.product_content_item:hover .product_content_more{
  display: block;
  color: #fff;
}
.product_content_line{
  width: 4px;
  height: 20px;
  position: absolute;
  top: 12px;
  background-color: rgba(255,255,255,0.6);
}
.product_content_title{
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.product_content_p{
  font-size: 14px;
  width: 398px;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  margin-top: 8px;
}
.product_content_tag{
  font-size: 14px;
}
.product_content_more{
  display: none;
  font-size: 14px;
  color: #eee;
  position: absolute;
  bottom: 8px;
  right: 120px;
  width: 86px;
  text-align: left;
}
.product_content_box{
  height: 170px;
  width: 170px;
  padding: 12px 0 0 12px;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  left: 515px;
  top: 207px;
  transform: rotate(-45deg);
}
.product_logo{
  height: 146px;
  width: 146px;
}


.cooperation{
  background: #efefef;
  padding: 64px 0 100px;
}
.cooperation_tab{
  margin-top: 36px;
  width: 100%;
  height: 78px;
  padding-left: 95px;
  /* border: 1px solid #fff; */
  border-radius: 39px;
  overflow: hidden;
  background-color: #016ad5;
  box-shadow: 0 0 9px 6px #e0e4eb;
}
.cooperation_tab_item{
  height: 100%;
  width: 250px;
  float: left;
  text-align: center;
  line-height: 78px;
  font-size: 30px;
  color: #fff;
}
.cooperation_tab_itemB{
  margin-left: 130px;
}
/* .cooperation_tab_item_usual{
  font-size: 23px;
} */
.cooperation_tab_item_ative{
  color: #016ad5;
  font-size: 28px;
  background-color: #fff;
  /* background: -webkit-linear-gradient(0deg,#4784f9 0%,#5998fc 100%);
  background: -moz-linear-gradient(0deg,#4784f9 0%,#5998fc 100%);
  background: -o-linear-gradient(0deg,#4784f9 0%,#5998fc 100%);
  background: -ms-linear-gradient(0deg,#4784f9 0%,#5998fc 100%);
  background: linear-gradient(90deg,#4784f9 0%,#5998fc 100%); */
}

.cooperation_wrap{
  width: 100%;
  margin-top: 50px;
}
.cooperation_ul{
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperation_li{
  margin-top: 12px;
  width: 392px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.cooperation_li:hover{
  box-shadow: 0 0 5px 0px rgb(57 126 255);
}
.cooperation_img{
  height: 100%;
  width: 100%;
}
.cooperation_li_p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
}
.cooperation_box{
  height: 90px;
  text-align: center;
  padding-top: 25px;
}
.cooperation_more{
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 27px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  background-color: #096efe;
}
.cooperation_more:hover{
  background-color:  rgba(9,110,254, 0.9);
  box-shadow: 0 0 4px rgba(9,110,254, 0.9);
}
.cooperation_all{
  width: 100%;
  /* margin-top: 48px; */
  padding: 20px 10px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.cooperation_all_img{
  height: 100%;
  width: 100%;
  font-size: 0;
}

.campus{
  min-height: 790px;
  position: relative;
}
.campus_container{
  position: absolute;
  z-index: 9999;
  top: 194px;
  height: 596px;
  width: 100%;
  left: 0;
}
.campus_bg{
  width: 100%;
  height: 940px;
  display: block;
  font-size: 0;
}
.campus_content{
  height: 100%;
  width: 1200px;
  padding: 36px 36px 0;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 25px #888;
  background-color: rgba(255,255,255,0.8);
}
.campus_title{
  font-size: 36px;
  font-weight: 700;
}
.campus_subtitle{
  font-size: 16px;
  color: #333;
  margin-top: 7px;
}
.campus_city_container{
  height: 32px;
  margin-top: 15px;
}
.campus_city{
  float: right;
  height: 100%;
}
.campus_city_line{
  width: 1px;
  height: 16px;
  top: 9px;
  left: -1px;
  position: absolute;
  background-color: #aaa;
}
.campus_city_name:nth-child(1){
  background: #005ada;
  color: #fff;
  z-index: 99;
}
.campus_city_name_active{
  background: #005ada;
  color: #fff;
  z-index: 99;
}
.campus_city_name{
  float: left;
  position: relative;
  height: 100%;
  line-height: 32px;

  width: 66px;
  text-align: center;
  border-radius: 6px;
  color: #333;
}

.campus_box_container{
  height: 372px;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.campus_box:nth-child(1){
  display: block;
}
.campus_box{
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  left: 0 ;
  top: 0
}
.campus_left{
  float: left;
  height: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.campus_card{
  
}
.campus_info+.campus_info{
  margin-top: 8px;
}
.campus_info{
  
}
.campus_info_title{
  font-size: 18px;
  font-weight: 600;
}
.campus_info_address{
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}
.campus_info_tel{
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}
.ampus_map_container{
  padding: 8px 0 0 8px;
  background-color: #fff;
  height: 200px;
  width: 374px;
}
.ampus_map{
  height: 184px;
  width: 358px;
}
.ampus_map_img{
  height: 184px;
  width: 358px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.campus_right{
  height: 372px;
  width: 695px;
  padding: 8px 8px 0;
  background-color: #fff;
}
.campus_right_seat{
  width: 266px;
  height: 356px;
  float: left;
}
.campus_wrap{
  width: 405px;
  height: 356px;
  position: relative;
}

.campus_one{
  position: absolute;
  left: -274px;
  top: 0;
  width: 266px;
  height: 356px;
}
.campus_two{
  height: 174px;
  width: 100%;
  float: right;
}
.campus_cell{
  margin-top: 8px;
  height: 174px;
  width: 100%;
}
.campus_three{
  height: 174px;
  width: 198.5px;
  margin-top: 8px;
}
.campus_pic{
  font-size: 0;
  display: block;
  overflow: hidden;
  /* transition: transform 0.2s; */
}
/* .campus_pic:hover{
  transform: scale(1.01);
} */


.school{
  padding: 90px 0 100px;
}
.school_wrap{
  margin-top: 30px;
  width: 100%;
  height: 115px;
  padding: 31px 25px 0;
  border: 1px solid #fff;
  background-color: #eff4ff;
  border-radius: 8px;
  box-shadow: 0 0 9px 4px #eff4ff;
}
.school_wrap_ul{
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.school_wrap_name{
  width: 102px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.school_line{
  height: 1px;
  width: 100%;
  margin-top: 13px;
  background-color: #4784f9;
}
.school_circle{
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  bottom: -19px;
  background-color: #fff;
  left: 46px;
  border: 1px solid #4784f9;
}
.school_content{
  margin-top: 20px;
  width: 100%;
  height: 500px;
  position: relative;
  padding: 50px 98px 0;
  border: 1px solid #fff;
  background-color: #eff4ff;
  border-radius: 8px;
  box-shadow: 0 0 9px 4px #eff4ff;
}
.school_wrapper{
  height: 1023px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.school_content_pre{
  position: absolute;
  z-index: 10;
  left: 34px;
  top: 215px;
  width: 31px;
  height: 70px;
  cursor: pointer;
}
.school_content_next{
  position: absolute;
  z-index: 10;
  right: 34px;
  top: 215px;
  width: 31px;
  height: 70px;
  cursor: pointer;
}
.school_content_container{
  background-color: #4784f9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 82px;
  overflow: hidden;
}
.school_content_ul{
  height: 342px;
  width: 378px;
}
.school_content_li{
  width: 100%;
  color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.school_content_li+.school_content_li{
  margin-top: 9px;
}
.school_content_label{
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
  font-weight: 700;
}
.school_content_address{
  line-height: 24px;
  font-size: 13px;
}
.school_content_map{
  height: 300px;
  width: 380px;
  background-color: #fff;
}





/* =侧边栏 */
.public-sidebar {
  position: absolute;
  top: 45%;
  left: 0;
  margin-top: -306px;
  width: 120px;
  z-index: 9999;
}

.close-sidebar {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #333;
  border-radius: 24px;
  cursor: pointer;
}

#free-btn1,
#free-btn2 {
  width: 110px;
  height: 30px;
  border: 2px solid #27b7e1;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #27b7e1;
  background-color: #fff;
  text-decoration: none;
  margin: 10px auto;
}

.free-btn-color {
  background-color: #27b7e1 !important;
  color: #fff !important;
}


#closeSidebar {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #333;
  border-radius: 24px;
  cursor: pointer;
  z-index: 10;
}

.sidebar-form-box {
  width: 260px;
  position: absolute;
  right: -250px;
  display: none;
}

.sidebar-form-box-content {
  width: 230px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  padding-bottom: 0.1px;
  border-radius: 4px;
  z-index: 1000;
}

.sidebar-form-box ::before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 78px;
  left: 21px;
  transform: rotate(226deg);
  z-index: 100;
  box-shadow: 2px -2px 3px rgba(180, 180, 180, 0.1);
  cursor: default;
}

.sidebar-form-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #27b7e1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sidebar-form-row {
  width: 85%;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
}

.sidebar-form-row-title {
  width: 90px;
  border-left: 4px solid #27b7e1;
  text-indent: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}

.sidebar-form-row input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  text-indent: 10px;
}

.sidebar-form-submit-btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #27b7e1;
  color: #fff;
  font-size: 14px;
  margin: 0 auto 20px;
  cursor: pointer;
}

.sidebar-pic-area{
  position: relative;
  z-index: 1;
  width: 120px;
  height: 595px;
}

.sidebar-pic-area img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sidebar-pic-area .sidebar-link{
  position: absolute;
  top: 115px;
  width: 100%;
  color: #fff;
  z-index: 100;
  text-align: center;
  height: 61px;
  line-height: 61px;
  font-size: 15px;
  cursor: pointer;
}


.sidebar-link:nth-child(2){
  top: 115px;
}

.sidebar-link:nth-child(3){
  top: 184px;
}

.sidebar-link:nth-child(4){
  top: 251px;
}

.sidebar-link:nth-child(5){
  top: 320px;
}

.sidebar-link:nth-child(6){
  top: 389px;
}

.sidebar-link a{
  color: transparent;
}

















